Description
Run a script and return the result Blobs object of the script the output of the operation
Operation id | Context.RestoreBlobsInputFromScript |
Category | Execution Context |
Label | Restore input blobs from a script |
Requires | |
Since | |
Parameters
Signature
Inputs | void |
Outputs | bloblist |
Implementation Information
JSON Definition
{
"id" : "Context.RestoreBlobsInputFromScript",
"label" : "Restore input blobs from a script",
"category" : "Execution Context",
"requires" : null,
"description" : "Run a script and return the result Blobs object of the script the output of the operation",
"url" : "Context.RestoreBlobsInputFromScript",
"signature" : [ "void", "bloblist" ],
"params" : [ {
"name" : "script",
"description" : null,
"type" : "string",
"required" : true,
"widget" : "TextArea",
"order" : 0,
"values" : [ ]
} ]
}